﻿2026-08-29T05:58:39.4796345Z ##[group]Run actions/checkout@v5
2026-08-29T05:58:39.4797133Z with:
2026-08-29T05:58:39.4797522Z   repository: BigscreenVR/spt-bs-core
2026-08-29T05:58:39.4800691Z   token: ***
2026-08-29T05:58:39.4801105Z   ssh-strict: true
2026-08-29T05:58:39.4801502Z   ssh-user: git
2026-08-29T05:58:39.4801879Z   persist-credentials: true
2026-08-29T05:58:39.4802325Z   clean: true
2026-08-29T05:58:39.4802689Z   sparse-checkout-cone-mode: true
2026-08-29T05:58:39.4803111Z   fetch-depth: 1
2026-08-29T05:58:39.4803467Z   fetch-tags: false
2026-08-29T05:58:39.4803839Z   show-progress: true
2026-08-29T05:58:39.4804206Z   lfs: false
2026-08-29T05:58:39.4804554Z   submodules: false
2026-08-29T05:58:39.4804956Z   set-safe-directory: true
2026-08-29T05:58:39.4805369Z   allow-unsafe-pr-checkout: false
2026-08-29T05:58:39.4806008Z ##[endgroup]
2026-08-29T05:58:39.5690253Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-29T05:58:39.5692052Z ##[group]Getting Git version info
2026-08-29T05:58:39.5692808Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-29T05:58:39.5693904Z [command]/usr/bin/git version
2026-08-29T05:58:39.5694358Z git version 2.43.0
2026-08-29T05:58:39.5695609Z ##[endgroup]
2026-08-29T05:58:39.5699276Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/9ef95dc8-54ca-4a82-9e00-565c2739fa4d/.gitconfig'
2026-08-29T05:58:39.5700598Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/9ef95dc8-54ca-4a82-9e00-565c2739fa4d' before making global git config changes
2026-08-29T05:58:39.5701682Z Adding repository directory to the temporary git global config as a safe directory
2026-08-29T05:58:39.5702631Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-29T05:58:39.5704021Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-29T05:58:39.5717549Z https://github.com/BigscreenVR/spt-bs-core
2026-08-29T05:58:39.5728709Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-29T05:58:39.5731828Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-29T05:58:39.5751577Z refs/heads/golden/conduit-236-r3
2026-08-29T05:58:39.5757785Z [command]/usr/bin/git checkout --detach
2026-08-29T05:58:39.5822750Z HEAD is now at 8e0983777 release: shape the second CONDUIT respin head as v0.65.0
2026-08-29T05:58:39.5863581Z [command]/usr/bin/git branch --delete --force golden/conduit-236-r3
2026-08-29T05:58:39.5898566Z Deleted branch golden/conduit-236-r3 (was 8e0983777).
2026-08-29T05:58:39.6044428Z ##[endgroup]
2026-08-29T05:58:39.6049098Z [command]/usr/bin/git submodule status
2026-08-29T05:58:39.6237224Z ##[group]Cleaning the repository
2026-08-29T05:58:39.6240616Z [command]/usr/bin/git clean -ffdx
2026-08-29T05:58:40.5444944Z Removing bench-ledger/
2026-08-29T05:58:40.5445987Z Removing target/
2026-08-29T05:58:40.5457970Z [command]/usr/bin/git reset --hard HEAD
2026-08-29T05:58:40.5535576Z HEAD is now at 8e0983777 release: shape the second CONDUIT respin head as v0.65.0
2026-08-29T05:58:40.5542456Z ##[endgroup]
2026-08-29T05:58:40.5544431Z ##[group]Disabling automatic garbage collection
2026-08-29T05:58:40.5548049Z [command]/usr/bin/git config --local gc.auto 0
2026-08-29T05:58:40.5577693Z ##[endgroup]
2026-08-29T05:58:40.5579115Z ##[group]Setting up auth
2026-08-29T05:58:40.5584133Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-29T05:58:40.5612908Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-29T05:58:40.5813126Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-29T05:58:40.5844754Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-29T05:58:40.6047464Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-29T05:58:40.6083932Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-29T05:58:40.6287518Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-29T05:58:40.6326753Z ##[endgroup]
2026-08-29T05:58:40.6328521Z ##[group]Fetching the repository
2026-08-29T05:58:40.6337236Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8e0983777af5a8c05c5fcad12d5ba166ab1e36fd:refs/remotes/origin/golden/conduit-236-r3
2026-08-29T05:58:41.0230276Z ##[endgroup]
2026-08-29T05:58:41.0232275Z ##[group]Determining the checkout info
2026-08-29T05:58:41.0234181Z ##[endgroup]
2026-08-29T05:58:41.0235298Z [command]/usr/bin/git sparse-checkout disable
2026-08-29T05:58:41.0311093Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-29T05:58:41.0339074Z ##[group]Checking out the ref
2026-08-29T05:58:41.0342701Z [command]/usr/bin/git checkout --progress --force -B golden/conduit-236-r3 refs/remotes/origin/golden/conduit-236-r3
2026-08-29T05:58:41.0413924Z Switched to a new branch 'golden/conduit-236-r3'
2026-08-29T05:58:41.0415932Z branch 'golden/conduit-236-r3' set up to track 'origin/golden/conduit-236-r3'.
2026-08-29T05:58:41.0421666Z ##[endgroup]
2026-08-29T05:58:41.0462994Z [command]/usr/bin/git log -1 --format=%H
2026-08-29T05:58:41.0494509Z 8e0983777af5a8c05c5fcad12d5ba166ab1e36fd
